projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f07d5e
)
Bump version to 3.15.5
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 2 Feb 2015 16:51:14 +0000
(16:51 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 2 Feb 2015 16:51:14 +0000
(16:51 +0000)
We need the bump in order to allow projects to depend on newly added
API.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 120b8898e34802e5be03ac1929916644d8a1f2d1..31a0b0263979b5e441c11bf61a531e83fcd9dadf 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-10,7
+10,7
@@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [15])
-m4_define([gtk_micro_version], [
4
])
+m4_define([gtk_micro_version], [
5
])
m4_define([gtk_interface_age], [0])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])